/**** Calcule sur une base de 1440px ****/

@media (orientation: landscape) {

/********* ARITCLE FORMATION INITIATION **********/

.article_formation {
    gap: 5.5vw;
    padding: 6.9vw 0 10.4vw 0
}

.titre_article_formation {
    width: 72.5vw;
    height: 11.1vw;
}

.titre_article_formation h1 {
    font-size: 4.9vw;
}

/********* PARTIE 1 **********/

.partie1_formation {
    width: 79.9vw;
    height: 36.8vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.img1_formation {
    width: auto;
    height: 34.7vw;
    box-shadow: 2.1vw 1.4vw 0 #b36e7a;
}

.presentation_formation {
    width: 39.6vw;
    height: 18.75vw;
}

.presentation_formation p {
    font-size: 1.4vw;
    line-height: 1.4;
}

/********* PARTIE 2 **********/

.partie2_formation {
    width: 81.9vw;
    height: 34vw;
    display: flex;
    flex-direction: row;
    margin-top: 3.5vw;
    position: relative
}

.img2_formation {
    width: auto;
    height: 34.7vw;
    position: absolute;
    top: -2.8vw;
    left: 44.4vw;
}

.info_formation {
    width: 36.5vw;
    height: 14.6vw;
    position: absolute;
    bottom: 9.4vw;
    left: 4.9vw
}

.info_formation p {
    font-size: 1.4vw;
    line-height: 1.4;
    align-self: flex-start;
    margin-left: 0;
}

/********* PARTIE 3 **********/

.partie3_formation {
    width: 77.1vw;
    height: 0.7vw;
}

.reservez_formation {
    width: 79.9vw;
    height: 0.7vw;
}


.reservez_formation p {
    font-size: 1.4vw;
    line-height: 1.4;
}

/********** BOUTON TARIF *********/

.button_tarif {
    width: 17.2vw;
    height: 2.4vw;
    border: 0vw;
    border-radius: 3.5vw;
    font-size: 1vw;
}

}